home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem Recommendations: hpfsopt -i %1 for idle priority
- rem note: idle is not a good idea if DOS programs are running...
- rem
-
- HPFSOPT.EXE %1
-
- rem
- rem if there was an error or user abort, pause the display so the
- rem user can see what's happened.
- rem
-
- IF ERRORLEVEL == 1 PAUSE
-